home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NAVIGATR.DIR
/
00154_Field_154.txt
< prev
next >
Wrap
Text File
|
1994-06-14
|
438b
|
15 lines
Kiosk, C1
clickon of sprite,
on startMovie
-- we use a special cursor that is stored in a resource file that we
-- will now open.
openResFile "Cursor.res"
-- special cursor hot spots are: repeat,next, or quit help button, and
-- menu bar in last scene
set the cursor of sprite 11 = 128
set the cursor of sprite 12 = 128
set the cursor of sprite 13 = 128
set the cursor of sprite 22 = 128
end startMovie